Platform Explorer / Nuxeo Platform 6.0

Operation NuxeoDrive.Rename (Nuxeo Drive: Rename)

Operation id NuxeoDrive.Rename
Category Services
Label Nuxeo Drive: Rename
Requires
Since

Parameters

Name Description Type Required Default value
id string yes  
name string yes  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.NuxeoDriveRename
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.Rename",
  "label" : "Nuxeo Drive: Rename",
  "category" : "Services",
  "requires" : null,
  "description" : null,
  "url" : "NuxeoDrive.Rename",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "id",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "name",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}